@charset "utf-8";

/*---------b-首页banner图片换-------------------*/
/* 本例子css */
	.index_banner{ width:100%;min-width:1210px;  position:relative;  height:550px; background:#000;  }
	.index_banner .bd{width:100%; min-width:1210px; margin:0 auto; position:relative; z-index:0;  }
	.index_banner .bd ul{ width:100% !important;min-width:1210px;   }
	.index_banner .bd li{ width:100% !important;min-width:1210px;   height:550px; overflow:hidden; text-align:center;  background-position:center top;overflow:hidden; background-repeat:no-repeat; }
	.index_banner .bd li a{ display:block; height:550px; }

	.index_banner .hd{ width:100%;min-width:1210px;   position:absolute; z-index:1; bottom:0; left:0; height:30px; line-height:30px; /*background:url(../images/touming.png) repeat-x;*/; text-align:center;
		 _background:#000; _filter:alpha(opacity=60); 
	}
	.index_banner .hd ul{ text-align:center;  padding-top:5px;  }
	.index_banner .hd ul li{ cursor:pointer; display:inline-block; *display:inline; zoom:1; width:8px; height:8px; margin:5px; background:url(../images/tg_flash_p.png) -18px 0; overflow:hidden; 
		line-height:9999px; 
	}
	.index_banner .hd ul .on{ background-position:0 0; }

